Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

178
Views
_blank, rel="noopener" and script not working to open a new tab for my resume

I'm currently trying to ensure that when someone clicks a link on my page it opens a new tab instead of simply taking the user there. Unfortunately, I've run into a problem currently I've tried all methods I know of to get a new tab to open when clicking on the link but none of them are working. Does anyone have any idea why? I'm currently using Bulma could this conflict with what I'm trying to do?

<a id="resumeHref"class="navbar-item subtitle has-text-grey-lighter mb-0 m-3"
                        href="./Resume_Daniel_Joseph_Jr.pdf" target="_blank" rel="noopener">Resume</a>
resumeHref.onclick = function(){
    window.open("./Resume_Daniel_Joseph_Jr.pdf",'_blank');
about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Try this code:

<a href="Resume_Daniel_Joseph_Jr.pdf">Download PDF</a>

This code works in my browser (Firefox).

about 4 years ago · Juan Pablo Isaza Report

0

I figured it out since I'm using Bulma I have multiple versions of my link(desktop, tablet, mobile) I was only changing the mobile version of the link and testing it on the desktop screen width so I need to change all of them so this actually works. Sorry guys had a brain fart there

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!